projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed97bc
)
Petr Salinger <Petr.Salinger at seznam.cz>: New file.
author
Glenn Morris
<rgm@gnu.org>
Wed, 28 Nov 2007 08:15:38 +0000
(08:15 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 28 Nov 2007 08:15:38 +0000
(08:15 +0000)
src/s/gnu-kfreebsd.h
[new file with mode: 0644]
patch
|
blob
diff --git a/src/s/gnu-kfreebsd.h
b/src/s/gnu-kfreebsd.h
new file mode 100644
(file)
index 0000000..
a1e8c02
--- /dev/null
+++ b/
src/s/gnu-kfreebsd.h
@@ -0,0
+1,11
@@
+#include "gnu-linux.h"
+
+/* SYSTEM_TYPE should indicate the kind of system you are using.
+ It sets the Lisp variable system-type. */
+#undef SYSTEM_TYPE
+#define SYSTEM_TYPE "gnu/kfreebsd" /* All the best software is free */
+
+#define NO_TERMIO /* use only <termios.h> */
+
+/* arch-tag: 8d098200-2586-469e-99ab-6d092c035e03
+ (do not change this comment) */